Skip to content

Conversation

@MayaKirova
Copy link
Contributor

Closes IgniteUI/igniteui-blazor-examples#1107

Issue was specific to FireFox, because in it .attr("href") returns the resolved (absolute) URL, which is not a valid selector for the find method used to find the target section to scroll to. That was throwing errors, like:

Uncaught Error: Syntax error, unrecognized expression: https://staging.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/tree-grid/filtering#setup

Changing it to use the hash prop, which returns just the hash (like #setup) consistently between browsers.

@mddragnev
Copy link
Member

Weirdly, this is only reproducible on firefox if you hard refresh the topic. Anyway, lgtm.

@dkamburov dkamburov merged commit e9d6773 into master Jan 19, 2026
5 checks passed
@dkamburov dkamburov deleted the mkirova/fix-scroll-to-section branch January 19, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Side navigation not working in the Tree Grid Filtering page

4 participants